projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d470867
)
Load frame.elc unconditionally.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Sep 1996 18:59:53 +0000
(18:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Sep 1996 18:59:53 +0000
(18:59 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 06f3a11aebf86440a544b63da5c4630f31d359cb..5e1a1cbde842994ef2d5189e3e854dcc4ce990e8 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-60,10
+60,8
@@
(load "isearch")
(garbage-collect)
(load "window")
-(if (fboundp 'delete-frame)
- (progn
- (garbage-collect)
- (load "frame")))
+(garbage-collect)
+(load "frame")
(if (fboundp 'frame-face-alist)
(progn
(garbage-collect)